Skip to content

docs: clarify Playwright browser prerequisite for standalone vs skill mode#27

Open
nuthalapativarun wants to merge 1 commit into
microsoft:mainfrom
nuthalapativarun:fix/11-readme-firefox-prerequisite
Open

docs: clarify Playwright browser prerequisite for standalone vs skill mode#27
nuthalapativarun wants to merge 1 commit into
microsoft:mainfrom
nuthalapativarun:fix/11-readme-firefox-prerequisite

Conversation

@nuthalapativarun
Copy link
Copy Markdown

Problem

The README Prerequisites section lists only Chromium, but SKILL.md requires Firefox for the Claude Code skill mode. New users following the README and running the skill encounter an error because the wrong browser is installed.

Fix

Update the prerequisite bullet and the playwright install command in the Quick Start section to mention both Chromium (standalone mode) and Firefox (Claude Code skill mode), with a brief note indicating which mode each is for.

Changes

  • README.md — prerequisite bullet updated from "Chromium installed through Playwright" to "Playwright browser installed (Chromium for standalone mode; Firefox when using the Claude Code skill)"; install command updated with an inline comment pointing to playwright install firefox for skill mode

Not affected

  • SKILL.md — already documents playwright install firefox correctly; not touched
  • All Python source files — not touched

Closes #11

… mode

README listed only Chromium, but the Claude Code skill requires Firefox
(as documented in SKILL.md). Update the prerequisite bullet and install
command to mention both, with context for which mode needs which browser.

Closes microsoft#11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SKILL.md says Firefox is a prerequisite, but README.md doesn't.

1 participant